Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItemCollection Class / AddRange Method / AddRange(SmartItem[]) Method
An array of SmartItems representing the SmartItems to add to the end of the collection.


In This Topic
    AddRange(SmartItem[]) Method
    In This Topic
    Adds each element of a SmartItem array to the end of the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub AddRange( _
       ByVal items() As SmartItem _
    ) 
    'Usage
     
    Dim instance As SmartItemCollection
    Dim items() As SmartItem
     
    instance.AddRange(items)
    public void AddRange( 
       SmartItem[] items
    )

    Parameters

    items
    An array of SmartItems representing the SmartItems to add to the end of the collection.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also